Document directory
I. What is JavaScript?
Ii. Start of JavaScript programming
Iii. Implementation basics of JavaScript
Iv. Summary of this Chapter
From the beginning of college, I began to learn how to create web pages and began to access
JavaScript HTML DOMThrough the HTML DOM, you can access all the elements of a JavaScript HTML document.HTML DOM (Document Object model)When a Web page is loaded, the browser creates a Document object model for the page.With the programmable object
GetAttribute and setAttribute get and set object attributes:[Javascript]Function documentTest (){Var oHtml = document.doc umentElement; // obtain the elementVar oHead = oHtml. firstChild; // get Var oBody = oHtml. lastChild; // obtain OBody.
In the previous article to introduce a JavaScript jquery ajax summary, and then introduce JavaScript jquery and Ajax relationship, interested friends to study together
Simple summary:
1, JS is a front-end language.
2, Ajax is a technology, it
Excerpt from: http://blog.csdn.net/erlian1992JavaScript scripts in HTML must be between tags, and JavaScript scripts can be placed on HTML pages labels and tags, which are generally placed in tags, depending on the situation.One will tell
JavaScript HTML DOMThrough the HTML DOM, you can access all the elements of a JavaScript HTML document.HTML DOM (Document Object model)When a Web page is loaded, the browser creates a Document object model for the page. The HTML DOM model is
About the HTML document mode-venoral: I don't know if you have thought about how to write HTML code.Or this long string cannot be viewed.The code, what does it do, why does it have this sentence, what role does it play, and is it related to other
ArticleDirectory
Javascript Introduction
How to Implement Javascript
Where to place Javascript
Javascript statements
Javascript Variables
Javascript Operators
Javascript branch statement
Javascript message box
I don't know how much I think about it. Have you ever thought about DOCTYPE HTML > Or a long list of DOCTYPE HTML PUBLIC "-//w3c//dtd HTML 4.01//en" "HTTP://WWW.W3.ORG/TR/HTML4/STRICT.DTD" > Code, what does it do, why do you have this sentence,
Thank you for your answers! A few days ago, I had a strong interest in creating a website. Are these things on the title a complete set of knowledge required to build a website? Are there other things to learn? How to arrange the learning sequence?
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.